0.1.2 • Published 2 years ago

magenta-components-demo v0.1.2

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

Demo components for the Svelte workshop

Demo at https://magenta-components-demo.vercel.app/

Installation: npm install or yarn add magenta-components-demo

Usage:

<script>
  import { Navbar } from 'magenta-components-demo'
</script>

<Navbar />

// Optionally you can add links
<Navbar
  links={[
    { name: 'About', path: '/about' },
    { name: 'Contact', path: '/contact' }
  ]}
/>
0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago