1.1.4 • Published 3 years ago

react-interface-elements v1.1.4

Weekly downloads
-
License
-
Repository
github
Last release
3 years ago

React Interface Components

Simple (and incomplete) list of React Components built from scratch and written in TypeScript, with customizable properties.

It's available here as npm package.

There is a playground to style the elements with different properties.

Include the components in your app

import {Input} from 'react-interface-elements';

Style components with properties (To see the element and its props in action use the playground)

<Input
    label="My Input"
    type="text"
    onChange={() => {}}
/>

Download the Playground React app from GitHub repo and run

npm install

npm start

1.1.4

3 years ago

1.1.3

3 years ago

1.1.2

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago