@classon/rn-quiz
v0.2.0
Published
Quiz component
Downloads
20
Readme
@classon/quiz
Quiz component
Installation
npm install @classon/quiz
Usage
import { QuizView } from '@classon/quiz';
// ...
<QuizView color="tomato" />;
Contributing
See the contributing guide to learn how to contribute to the repository and the development workflow.
License
MIT
Made with create-react-native-library
Commit lint
Common types according to commitlint-config-conventional (based on the Angular convention) can be:
build chore ci docs feat fix perf refactor revert style test