Getting started

m9lta-ui is a component library for Svelte. To start using it:

1) Create Svelte App

2) Read docs

3) Run
npm i m9lta-ui

4) Import component and use it

Component import

To use a component, copy the code below and replace componentName with the name of the component you want to use.

            
                
        <script>
            import componentName from "m9lta-ui/componentName"
        </script>