1.0.16 • Published 1 year ago

symphony-ui v1.0.16

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Documentation

For full documentation, visit storyBook.

Installing the latest version

You can install the latest version by using:

  • npm i symphony-ui or
  • yarn add symphony-ui

config

  • in tailwind.config.ts:
/** @type  {import('tailwindcss').Config} */

export default {
  content: ["./index.html", "./src/**/*.{js,ts,jsx,tsx}"],

  theme: {
    extend: {
      colors: {
        "primary-color": "#0CBC84",

        "secondary-color": "#253343",

        "placeholder-color": "#92A7C1",

        "input-color": "#F5F7FA",
      },
    },
  },

  plugins: [],
};
  • in App.ts:
import "symphony-ui/Themes/index.scss";

use

import { Button } from "symphony-ui";

const MyComonent = () => {
  return;
  <>
    <Button />
    <Button theme={"Custom"} />
  </>;
};

Packages

NameVersionDownloads
symphony-ui/react1.0.7200

Community

For help, discussion about best practices, or any other conversation that would benefit from being searchable:

Discuss Symphony Ui on GitHub

Contributing

If you're interested in contributing to Symphony Ui, please read our contributing docs before submitting a pull request.

1.0.16

1 year ago

1.0.15

1 year ago

1.0.14

1 year ago

1.0.13

1 year ago

1.0.11

1 year ago

1.0.12

1 year ago

1.0.9

1 year ago

1.0.8

1 year ago

1.0.10

1 year ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.2

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago