@npm-questionpro/wick-ui-lib
v0.3.0
Published
A React component library by QuestionPro for building web applications with ease
Downloads
381
Readme
Getting Started
Welcome! 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
Installation
- To install run this commmand:
npm install @npm-questionpro/wick-ui-lib@latest`
- Import the CSS files required for the library. Ideally in your
main.tsx/jsx
orindex.tsx/jsx
file.
import '@npm-questionpro/wick-ui-lib/dist/style.css'
- Import the components you need from the library.
import {WuButton} from '@npm-questionpro/wick-ui-lib'
- Use the components in your code.
<WuButton>Hello World</WuButton>