1.1.1 • Published 2 years ago

@diff001a/react-ui-components v1.1.1

Weekly downloads
1
License
MIT
Repository
-
Last release
2 years ago

React UI Components

UI Components for React.

Usage:

import React from "react";
import {
  Input,
  Button,
  GlobalStyle,
  colors,
} from "@diff001a/react-ui-components";

const Home = () => {
  colors.primary = "#f76e8b";
  return (
    <div>
      <h1>
        <span>#</span>COMPONENTS
      </h1>
      <Input placeholder="placeholder" />
      <Button>HELLO</Button>
      <GlobalStyle />
    </div>
  );
};

export default Home;

Components

  • Input
  • Textarea
  • Selectbox
  • Radio
  • Checkbox
  • Button
  • Datepicker
  • Modal
  • Loading
  • Slider (swipeable img slider)
  • SliderBar
  • Switch
  • Calendar
  • Datepicker
  • GlobalStyle (common css setting)
1.1.1

2 years ago

1.1.0

2 years ago

1.0.3

2 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago

0.0.1

3 years ago