1.0.1 • Published 9 months ago

@eventstore-ui/fields v1.0.1

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
9 months ago

@eventstore-ui/fields

Form field web components for the Event Store design system.

The components are designed to be used in conjuction with @eventstore-ui/forms to provide validation and data orchestration, but can be used independantly by directly listening to the fieldchange events, and passing validation messages via the message prop.

Install

Add to your project

yarn add @eventstore-ui/fields

Also, include the peer dependencies:

yarn add @eventstore-ui/components @eventstore-ui/theme @eventstore-ui/utils

Usage within a stencil project

In your globalScript file, add the imports:

// Add the core web components to the global pool
import '@eventstore-ui/components';
// Add the field web components to the global pool
import '@eventstore-ui/fields';

Then you can use the element anywhere in your JSX, html, templates etc.

1.0.1

9 months ago

1.0.0

9 months ago

0.1.8

10 months ago

0.1.7

10 months ago

0.1.4

1 year ago

0.1.6

11 months ago

0.1.5

1 year ago

0.1.0

1 year ago

0.1.2

1 year ago

0.1.0-rc.1

1 year ago

0.1.1

1 year ago

0.1.3

1 year ago

0.1.0-alpha.16

1 year ago

0.1.0-alpha.15

1 year ago

0.1.0-alpha.17

1 year ago

0.1.0-alpha.12

1 year ago

0.1.0-alpha.11

2 years ago

0.1.0-alpha.14

1 year ago

0.1.0-alpha.13

1 year ago

0.1.0-alpha.10

2 years ago

0.1.0-alpha.9

2 years ago