Skip to content

Latest commit

 

History

History
99 lines (70 loc) · 3.16 KB

README.md

File metadata and controls

99 lines (70 loc) · 3.16 KB

UI Component

Solution for a challenge from Devchallenges.io

Table of Contents

Overview

UI component contains a variety of button and input components with different rendered versions.

  • Where can I see your demo?
  • What was your experience?
    • Good experience, helped to brush up css design and create a reusable button and reusable input
  • What have you learned/improved?
    • I learnt more about using children props, css modules in react
  • Your wisdom? :)
    • Awesome challenge for implementing basics of react

Preview

Built With

Features

  1. Reusable Button and Input Component
  2. Variants / Button Types for button styling and sizes
  3. Input Types based on different properties
  4. Support for all html button and input attributes

This application/site was created as a submission to a DevChallenges challenge. The challenge was to build an application to complete the given user stories.

How To Use

To clone and run this application, you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:

# Clone this repository
$ git clone https://github.com/Gameonn/react-ui-component

# Install dependencies
$ npm install

# Run the app
$ npm start

Acknowledgements

Contact