1.1.4 • Published 2 years ago

react-interface-elements v1.1.4

Weekly downloads
-
License
-
Repository
github
Last release
2 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

2 years ago

1.1.3

2 years ago

1.1.2

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago