mirror of
https://github.com/modrinth/code.git
synced 2026-08-28 10:34:53 +00:00
Make current code library + add docs
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
<template>
|
||||
<div class="demo bg-raised radius-lg padding-md"><slot /></div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {}
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
.demo {
|
||||
border: 1px solid var(--color-button-bg);
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user