0.1.1 • Published 1 year ago

tourgo-design-system-library v0.1.1

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

tourgo-design-system-library

Tourgo Design System is a meticulously designed UI style guide system built to harmonize the design and development process for teams of all sizes. It provides a comprehensive set of guidelines, components, and tools that ensure consistency, enhance collaboration, and speed up the delivery of digital products.

Installation

npm install tourgo-design-system-library

Usage

import { TGButton } from 'tourgo-design-system-library';

// ...

<TGButton styles={StyleSheet.create({button:{backgroundColor:'pink'}})} title="Button 1"/>

## Contributing

See the [contributing guide](CONTRIBUTING.md) to learn how to contribute to the repository and the development workflow.

## License

MIT

---

Made with [create-react-native-library](https://github.com/callstack/react-native-builder-bob)