1.1.6 • Published 3 years ago

glossy-button v1.1.6

Weekly downloads
-
License
-
Repository
github
Last release
3 years ago

Getting Started with Create React App

import React from "react";
import { Button } from "glossy-button";

export default function App() {
  return (
    <Button
      color="#f00"
      onClick={() => console.log("clicked")}
      disabled={false}
    >
      Click me
    </Button>
  );
}
1.1.1

4 years ago

1.1.6

3 years ago

1.1.5

4 years ago

1.1.4

4 years ago

1.1.3

4 years ago

1.1.2

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.8

4 years ago

0.1.7

4 years ago

0.1.9

4 years ago

0.1.4

4 years ago

0.1.3

4 years ago

0.1.6

4 years ago

0.1.5

4 years ago

0.1.0

4 years ago