0.0.8 • Published 5 months ago

generic-ds v0.0.8

Weekly downloads
-
License
-
Repository
github
Last release
5 months ago

GenericDS

GenericDS is an open-source and community maintained component library, aimed to become a generic design system which would enable developers to quickly build scalable, efficient and themed UIs without any hassle.

Visit the GenericDS storybook to explore all the available components.

Features

  • Flexible and themed UI components
  • Community maintained
  • Easy to use and customize
  • Scalable and efficient

Tech

This project is being built on top of following technologies (these may change as we make progress):

  • ReactJS - A JavaScript library for building user interfaces
  • Storybook - An open source tool for developing UI components in isolation for React, Vue, and Angular
  • Chromatic - A visual testing platform that helps you catch UI bugs before they reach production
  • NPM - A package manager for JavaScript
  • TypeScript - A typed superset of JavaScript that compiles to plain JavaScript (for type-safety ofc!)

And of course GenericDS itself will be forever open-source at swapnilsachan03/generic-ds.

Running locally

git clone https://github.com/swapnilsachan03/generic-ds
cd generic-ds
npm install
npm run storybook

Development

Want to contribute? Great! Here are the steps if this is going to be your first open-source contribution:

  • Fork the repo
  • Create a new branch (git checkout -b feature/feature-name)
  • Make the appropriate changes in the files
  • Add changes to reflect the changes made
  • Commit your changes (git commit -am 'Add some feature')
  • Push to the branch (git push origin feature/feature-name)
  • Create a Pull Request

Note that the changes you make must be in line with the conventional commit messages and the general codebase practices. Then only the PR will be approved and merged.

License

MIT

Free Software, Hell Yeah!

Storybook docs & related articles

  1. What is a Story?
  2. Design Systems — Storybook with publishing to Chromatic and NPM
  3. How to create and publish your npm package
0.0.8

5 months ago

0.0.7

5 months ago

0.0.6

5 months ago

0.0.5

5 months ago

0.0.4

5 months ago

0.0.3

6 months ago

0.0.2

6 months ago

0.0.1

6 months ago