ssacodez-button

react button component with custom styles

Usage no npm install needed!

<script type="module">
  import ssacodezButton from 'https://cdn.skypack.dev/ssacodez-button';
</script>

README

ssacodez-button

npm_version license

react button component with custom styles



Installation

npm install ssacodez-button

Props API

SSButton rendered with a button tag

import SSButton from "ssacodez-button";

<SSButton type="primary">Button</SSButton>;