Skip to content

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

License

Notifications You must be signed in to change notification settings

ivanpezzoni90/react-elements

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages