estore-components

4.2.1 • Public • Published

components

UI framework built with Deku

Install

$ npm install --save estore-components

Components

Breadcrumbs

const items = [{
    label: 'Home',
    url: '/'
}, {
    label: 'Foo',
    url: '/foo'
}];
 
<Breadcrumbs items={items}/>

Dropdown

<Dropdown>
    <span>Click me!</span>
</Dropdown>

DropdownMenu

<DropdownMenu>
    <class='DropdownMenu-item' href='/'>Home</a>
    <class='DropdownMenu-item' href='/clothes'>Clothes</a>
</DropdownMenu>

Icon

<Icon style='cart'/>

License

MIT © Viskan Distanshandel System AB

Readme

Keywords

none

Package Sidebar

Install

npm i estore-components

Weekly Downloads

1

Version

4.2.1

License

MIT

Last publish

Collaborators

  • alonalon
  • anton-johansson
  • gillstrom
  • henrikpeszlen
  • michaelbergquistsuarez