A React component library by QuestionPro for building web applications with ease
npm install @npm-questionpro/wick-ui-libWelcome! Whether you're a designer or a developer, this guide will help you get
started and connect you to the essential resources you need.
#### Table of Contents
- To install run this commmand:
``sh
npm install @npm-questionpro/wick-ui-lib@latest
``
- Import the CSS files required for the library. Ideally in your main.tsx/jsxindex.tsx/jsx
or file.
`tsx`
import '@npm-questionpro/wick-ui-lib/dist/style.css'
- Import the components you need from the library.
`tsx`
import {WuButton} from '@npm-questionpro/wick-ui-lib'
- Use the components in your code.
`tsx``