Component library for gladio Design.
This package is composed of all other components and provides a compact way to use all other components from gladio. Other components can be imported with there names only. Following components are exported:
Button, Badge, BadgeList, ButtonGroup, ButtonToolbar, DateTime, DateTimePicker, DateTimeInput, Dialog, useDialog,
Icons, Paginate, Input, InputGroup, InputGroupAddon, FormGroup, TextArea, SelectInput, ErrorMessage,
Select, AsyncSelect, Table
Installation
npm install --save @gladio/ui
CSS
CSS is included in @gladio/ui/styles/index.css that includes styles of all other components.
@include @gladio/ui/styles/index;
Usage
import { Button } from "@gladio/ui"function App () {return <Button branded>Save</Button>}
Playground
Code Editor