Sleek Form

Sleek Form

  • Docs

›Components

Components

  • Text
  • Rating
  • Scale
  • Select
  • Question
  • Summary
  • Welcome
  • Radio
  • SleekFormThemProvider

Question

Question is styled text component with number prop as serial number and required prop tell the question need to be answered.

Usage

<Question
 number={1}
 required={true}   
>
 We're looking for a Growth Hacker. Are you the right person for the job ?
</Question>

Props

The QuestionField also supports the following properties

PropsDescriptionTypeDefault
number?The question numbernumberNone
required?When the question required is true gets * at the question endstringNone

Demo

You can view a live demo of QuestionField in our sandbox

← SelectSummary →
  • Usage
  • Props
  • Demo
Sleek Form
Docs
Getting Started
More
GitHub
Copyright © 2020 Fresalabs