@npm-questionpro/wick-ui-lib
v1.26.0
Published
A React component library by QuestionPro for building web applications with ease
Downloads
5,012
Maintainers
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/jsxorindex.tsx/jsxfile.
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>