medway-ds
TypeScript icon, indicating that this package has built-in type declarations

0.0.28 • Public • Published

Medway Design System

Installation

Getting Started?

npm i @medway-residencia/medway-ds

Using a component

Here is a simple example of a basic app using DecaUI's Button component

import { Button } from "@medway-residencia/medway-ds/";

function App() {
  return (
    <div className="App">
      <div>Generico</div>
      <Button variant={'secondary'} size={'sm'} >
          Hello World!
      </Button>
    </div>
  );
}

export default App;

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT

Readme

Keywords

none

Package Sidebar

Install

npm i medway-ds

Weekly Downloads

1

Version

0.0.28

License

MIT

Unpacked Size

146 kB

Total Files

24

Last publish

Collaborators

  • thiagosm