Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dulajkavinda/folio-ui

🦄 A simple, modular and minimalistic component library that gives you the building blocks you need to build your portfolio.
https://github.com/dulajkavinda/folio-ui

nextjs scss storybook typescript ui-library

Last synced: about 1 month ago
JSON representation

🦄 A simple, modular and minimalistic component library that gives you the building blocks you need to build your portfolio.

Awesome Lists containing this project

README

        





FolioUI is a simple, modular and minimalistic component library that gives you the building blocks you need to build your portfolio.


npm Downloads per Month


MIT License





> Checkout the documentation here › [folio-ui.com](https://www.folio-ui.com/docs/components/avatar).

## Table of contents
- [Installation](#installation)
- [Usage](#usage)
- [Local Development](#local-development)
- [Contributing](#contributing)
- [License](#license)

## Installation

### Package Managers

```bash
# npm
npm i folio-ui

# yarn
yarn add folio-ui

# pnpm
pnpm i folio-ui
```

## Usage

```js
import { Button } from 'folio-ui'

Hello
```

## Local Development

The `main` branch contains the latest version of the CommandK component.

To begin local development:

1. `yarn install`
2. `yarn run storybook`

Storybook will appear on on http://localhost:6006

You can run `yarn test` to execute the test suite and linters. To help you develop the component we’ve set up some tests that cover the basic functionality (can be found in `/__tests__`).
To check the test coverage you can run `yarn coverage`.

## Contributing
Contributions are welcome! If you have any ideas, bug reports, or feature requests, please submit them through the GitHub issue tracker. If you would like to contribute code, follow these steps:

1. Fork the repository.
2. Create a new branch for your feature or bug fix.
3. Make the necessary changes and commit them.
4. Push your changes to your forked repository.
5. Submit a pull request to the main repository.

Find the contribution guideline here [CONTRIB](https://github.com/dulajkavinda/folio-ui/blob/master/CONTRIB)

## License
This project is licensed under the MIT License. You can find more information in the [LICENSE](https://github.com/dulajkavinda/folio-ui/blob/master/LICENSE) file.

#
If you need to reach out to me [contact me](mailto:[email protected]).