1.1.6 • Published 2 years ago

glossy-button v1.1.6

Weekly downloads
-
License
-
Repository
github
Last release
2 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

2 years ago

1.1.6

2 years ago

1.1.5

2 years ago

1.1.4

2 years ago

1.1.3

2 years ago

1.1.2

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.8

2 years ago

0.1.7

2 years ago

0.1.9

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.6

2 years ago

0.1.5

2 years ago

0.1.0

3 years ago