# ui

Novum UI Components library

## Components

- TextField
- PhoneInput

See [storybook core section](https://storybook.tuenti.io/?path=/story/core-inputs--textfield-types-controlled)
for usage examples

## Context

- ThemeContextProvider

## Development

- `yarn test`: run tests
- `yarn lint`: check codestyle
- `yarn build`: build package
- `yarn watch`: build package and watch for changes
- `yarn clean`: remove generated files
