@devsozluk/ui
v0.0.6
Published
This library is a React component library developed for the user interface of the DevSozluk project
Downloads
8
Maintainers
Readme
This library is a React component library developed for the user interface of the DevSozluk project. The library includes many useful components such as Alert, Button, IconButton, Input, Spinner, and TextArea components.
Installation
You can use npm or yarn package managers for installation:
npm install @devsozluk/ui
yarn add @devsozluk/ui
Usage
Each component in this library can be imported separately. For example, for the Button component:
import { Button } from '@devsozluk/ui';
function App() {
return (
<div>
<Button onClick={() => console.log('clicked')}>Click me!</Button>
</div>
);
}
Documentation
Sample usages for each component in this library are prepared with Storybook. You can click on the following link for the Storybook documentation:
https://storybook.devsozluk.net
Contributors
Thank you for your contributions! We appreciate all the contributions from the community.