@chayns-components/file-input
v5.0.0-beta.315
Published
A set of beautiful React components for developing your own applications with chayns.
Downloads
19
Readme
Installation
First you need to install the file input part of the chayns-components.
# NPM
npm install @chayns-components/file-input
# Yarn
yarn add @chayns-components/file-input
Information: Since the components have now been implemented with the styled-components library, the styles are delivered directly with the components. There is no need to load an extra stylesheet anymore.
Usage
You can use the components in your project as in the following example.
import { FileInput } from '@chayns-components/file-input';
<FileInput />;