1.0.0 • Published 4 years ago
proi-ui v1.0.0
proi-ui
yet another Svelte ui library

Installation
npm i proi-uiDocs
Check out the docs.
Migrate to version 1.0.0
- Alert component
statusprop changed totypeprop in v1.0.0- there is no more
squaredprop, the alert is squared by default and only squared
- Avatar component
nameprop changed totitleprop in v1.0.0titleprop changed todescriptionprop in v1.0.0- there is no more
squaredprop, the avatar is rounded only
- Backdrop component
openprop changed tovisibleprop in v1.0.0
- Button component
statusprop chaned totypeprop in v1.0.0- types are: 'primary', 'secondary' and 'link'
mediumprop changed tosmallprop in v1.0.0- there is no more
squaredprop, the button is squared by default and only squared
- Checkbox component
- there is no more
valueprop for the checkbox label, the label is used as a slot
- there is no more
- Chip component is now Tag component, see Tag component for more details
- Dropdown component design changes (does not affect previous versions)
- Input component
- there is no more
squaredprop, the input is squared by default and only squared - there is no more
successprops
- there is no more
- Modal component
- coming with two new components
ModalBodyandModalActionsinstead of the named slots showprop changed tovisibleprop in v1.0.0- new
titleprop for title of the modal
- coming with two new components
- Progress component
- there is no more
heightprop, the progress component has a fixed height in v1.0.0
- there is no more
- Radio
- there is no more
labelprop to display the label for the radio component, label is displayed using slot in v1.0.0
- there is no more
- Spinner
- there is no more
labeledprop, using existinglabelprop automatically decides the labeled state of the spinner component
- there is no more
Basic Usage
<script>
import { Button, Input } from 'proi-ui'
function click () {
console.log('clicked');
}
</script>
<Input label="My label" />
<Button on:click={click}/>1.0.0
4 years ago
0.2.0
5 years ago
0.1.10
5 years ago
0.1.11
5 years ago
0.1.12
5 years ago
0.1.9
5 years ago
0.1.8
5 years ago
0.1.7
5 years ago
0.1.4
5 years ago
0.1.6
5 years ago
0.1.5
5 years ago
0.1.3
5 years ago
0.1.0
5 years ago
0.1.2
5 years ago
0.1.1
5 years ago
0.0.26
5 years ago
0.0.27
5 years ago
0.0.25
5 years ago
0.0.24
5 years ago
0.0.23
6 years ago
0.0.22
6 years ago
0.0.20
6 years ago
0.0.21
6 years ago
0.0.19
6 years ago
0.0.18
6 years ago
0.0.15
6 years ago
0.0.16
6 years ago
0.0.17
6 years ago
0.0.14
6 years ago
0.0.11
6 years ago
0.0.12
6 years ago
0.0.13
6 years ago
0.0.10
6 years ago
0.0.9
6 years ago
0.0.8
6 years ago
0.0.7
6 years ago
0.0.6
6 years ago
0.0.5
6 years ago
0.0.3
6 years ago
0.0.2
6 years ago
0.0.4
6 years ago
0.0.1
6 years ago