0.0.6 • Published 1 year ago

@devsozluk/ui v0.0.6

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Website Storybook GitHub stars GitHub forks GitHub commits GitHub contributors

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.

0.0.6

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago

0.0.0

1 year ago