1.0.4 • Published 2 years ago

@secondstax/sscomp v1.0.4

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

Status GitHub Issues GitHub Pull Requests License


📝 Table of Contents

🧐 About

A react component library for secondstax

🏁 Getting Started

Please visit the figma design for the components.

Prerequisites

You need node installed on your machine.

node -v

Installing

npm i @secondstax/sscomp

🎈 Usage

import React from 'react';
import { Button } from '@secondstax/sscomp';

const App = () => {
  return (
    <div>
      <Button>Click me</Button>
    </div>
  );
};

⛏️ Built Using

✍️ Authors

🎉 Acknowledgements

  • Hat tip to anyone whose code was used
  • Inspiration
  • References
1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago