All Projects → specialdoom → proi-ui

specialdoom / proi-ui

Licence: MIT License
yet another Svelte ui library

Programming Languages

Svelte
593 projects
javascript
184084 projects - #8 most used programming language
CSS
56736 projects

proi-ui

yet another Svelte ui library

DevBadge

drawing

Installation

npm i @specialdoom/proi-ui

Docs

Check out the docs.

Coming next

  • other components
  • using a styling preprocessor for styling components
  • include components style in main styling file

Migrate to version 2.0.0

  • you have to import @specialdoom/proi-ui/dist/proi-ui.css for styling

Basic Usage

<script>
import { Button, Input } from 'proi-ui'

function click () {
    console.log('clicked');
}
</script>

<Input label="My label" />
<Button on:click={click}/>
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].