https://github.com/ivanpezzoni90/react-elements
Simple (and incomplete) list of React Components built from scratch and written in TypeScript with customizable properties
https://github.com/ivanpezzoni90/react-elements
components-library interface-design react typescript
Last synced: 12 months ago
JSON representation
Simple (and incomplete) list of React Components built from scratch and written in TypeScript with customizable properties
- Host: GitHub
- URL: https://github.com/ivanpezzoni90/react-elements
- Owner: ivanpezzoni90
- License: mit
- Created: 2022-02-24T10:49:10.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-07-08T22:34:00.000Z (over 2 years ago)
- Last Synced: 2024-04-24T05:03:45.479Z (almost 2 years ago)
- Topics: components-library, interface-design, react, typescript
- Language: TypeScript
- Homepage: https://react-interface-element.vercel.app/
- Size: 2.24 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# React Interface Components
Simple (and incomplete) list of React Components built from scratch and written in TypeScript, with customizable properties.
It's available [here](https://www.npmjs.com/package/react-interface-elements) as npm package.
There is a [playground](https://react-interface-element.vercel.app/) 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](https://react-interface-element.vercel.app/))
```
{}}
/>
```
Download the Playground React app from [GitHub repo](https://github.com/ivanpezzoni90/react-elements) and run
### `npm install`
### `npm start`