Sleek Form

Sleek Form

  • Docs

›Components

Components

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

Welcome

Welcome is like a welcome screen.

Usage

<Welcome
  header="Join Us"
  headerColor="White"
  description="We're looking for a Growth Hacker. Are you the right person for the job ?"
  buttonText="Lets Start"
  onButtonClick={() => console.log('welcome to sleek-form')}
/>

Props

The WelcomeField supports the following properties

PropsDescriptionTypeDefault
header?Heading of welcome screen.stringNone
headerColor?Hex-code od headerstringNone
description?Description of welcome screenstringNone
buttonTextButton textstringNone
onButtonClickButton action() => void;None

Demo

You can view a live demo of WelcomeField in our sandbox

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