You've already forked AstralRinth
forked from didirus/AstralRinth
Add Chips component
This commit is contained in:
@@ -17,6 +17,8 @@
|
||||
|
||||
<style lang="postcss">
|
||||
.example {
|
||||
margin-bottom: 32px;
|
||||
|
||||
&__preview {
|
||||
padding: 16px;
|
||||
border-radius: var(--rounded-sm-top);
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<script lang="ts">
|
||||
const components = ['Button', 'Pagination', 'Link', 'NavRow', 'Badge', 'Avatar'].sort()
|
||||
const components = ['Button', 'Pagination', 'Link', 'NavRow', 'Badge', 'Avatar', 'Chips'].sort()
|
||||
</script>
|
||||
|
||||
<nav class="sidebar">
|
||||
|
||||
Reference in New Issue
Block a user