@mahdiponline/tmcomponents
v0.1.5
Published
This project tries to organize all components and essential utilities related to TripeMa React applications.
Downloads
4
Readme
TripeMa Components and utilities
This project tries to organize all components and essential utilities related to TripeMa React applications.
Usage
The project is not packaged yet. Please review the components presented in the Storybook included in this repository.
yarn storybook
Contribution
Feel free to add any component that is isolated and can work by itself to this project. We plan to collect all isolated components and create a working design language in order to make development of TripeMa frontend applications much easier.
All components in this project are styled using styled-components
, writting
in Typescript
and formatted using Prettier
. In order to have a clean
repository, please follow the same code style and practices. Feel free to add
your suggesstions in the issues.
- Please create branches and submit Pull Requests instead of pushing straight to master.
- Please review any open pull requests.
- Please ensure your code is formatted before submitting it (
husky
andlint-staged
should take care of before committing but please make sure).
Thank you.