2.1.1 • Published 5 years ago

@react-formilicious/bulma v2.1.1

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

@react-formilicious/bulma npm

Fields for react-formilicious, using the Bulma CSS framework. 🎨

See the storybook for documentation and all available components here: https://patricksachs.github.io/react-formilicious/bulma/

Quick Start

Install @react-formilicious/bulma:

$ npm i @react-formilicious/bulma

Import in your code:

// Make sure to use the Form provided by this library instead of the one by core!
import Form from "@react-formilicious/bulma";
import TagList from "@react-formilicious/bulma/TagList";

<Form
  data={{}}
  elements={[
    {
      key: 'tagList',
      name: 'TagList',
      type: TagList
    }
  ]}
  onSubmit={() => { /* ... */ }}
/>

License

This library is licensed under the MIT License. See the LICENSE file at the root of this source tree for more information.

2.1.1

5 years ago

2.1.0

5 years ago

2.0.1

5 years ago

2.0.0

5 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago