1.0.6 • Published 9 months ago

@subashchandra/components v1.0.6

Weekly downloads
-
License
ISC
Repository
-
Last release
9 months ago

Introduction

This package has UI components like Card, Button and TextInput that can be used in react applications.

Usage

import {Card, Button, TextInput} from '@subashchandra/components'

export default function App() {
  return (
    <div className="container">
      <h1>Components</h1>
      <p>This is a button component</p>
      <Button>Click me</Button>
      <p>This is a `basic` card component</p>
      <Card type="basic">Go to office</Card>
      <p>This is a `success` card component</p>
      <Card type="success">Go to office</Card>
      <p>This is a `TextInput` component</p>
      <TextInput value="Text input" />
    </div>
  );
}

You can learn more on github

1.0.6

9 months ago

1.0.5

10 months ago

1.0.4

10 months ago

1.0.2

10 months ago

1.0.1

10 months ago

1.0.0

10 months ago