Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/johackim/design-system
My personal design system
https://github.com/johackim/design-system
design-system react storybook tailwindcss
Last synced: 9 days ago
JSON representation
My personal design system
- Host: GitHub
- URL: https://github.com/johackim/design-system
- Owner: johackim
- License: gpl-3.0
- Created: 2022-04-07T17:02:11.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-01-31T01:28:35.000Z (9 months ago)
- Last Synced: 2024-10-13T07:51:37.737Z (24 days ago)
- Topics: design-system, react, storybook, tailwindcss
- Language: JavaScript
- Homepage: http://johackim.github.io/design-system/
- Size: 20.5 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.txt
Awesome Lists containing this project
README
## Design system
[![License](https://img.shields.io/badge/license-GPL%20v3%2B-yellow.svg?style=flat-square&colorA=181C31&colorB=212839)](https://raw.githubusercontent.com/johackim/design-system/master/LICENSE.txt)
My personal design system
## Installation
```bash
yarn add -D @johackim/design-system
```## Usage
```js
import { Hero } from '@johackim/design-system';export default () => ;
```## Inspirations
- [Mantine](https://mantine.dev/)
- [Tailwind UI](https://tailwindui.com/)## Support me
I'd love to work on this project, but my time on this earth is limited, support my work to give me more time!
Please support me with a one-time or a monthly donation and help me continue my activities.
[![Github sponsor](https://img.shields.io/badge/github-Support%20my%20work-lightgrey?style=social&logo=github)](https://github.com/sponsors/johackim/)
[![ko-fi](https://img.shields.io/badge/ko--fi-Support%20my%20work-lightgrey?style=social&logo=ko-fi)](https://ko-fi.com/johackim)
[![Buy me a coffee](https://img.shields.io/badge/Buy%20me%20a%20coffee-Support%20my%20work-lightgrey?style=social&logo=buy%20me%20a%20coffee&logoColor=%23FFDD00)](https://www.buymeacoffee.com/johackim)
[![liberapay](https://img.shields.io/badge/liberapay-Support%20my%20work-lightgrey?style=social&logo=liberapay&logoColor=%23F6C915)](https://liberapay.com/johackim/donate)
[![Github](https://img.shields.io/github/followers/johackim?label=Follow%20me&style=social)](https://github.com/johackim)
[![Mastodon](https://img.shields.io/mastodon/follow/1631?domain=https%3A%2F%2Fmastodon.ethibox.fr&style=social)](https://mastodon.ethibox.fr/@johackim)
[![Twitter](https://img.shields.io/twitter/follow/_johackim?style=social)](https://twitter.com/_johackim)## License
This project is licensed under the GNU GPL v3.0 - see the [LICENSE.txt](https://raw.githubusercontent.com/johackim/design-system/master/LICENSE.txt) file for details
**Free Software, Hell Yeah!**