1.0.14 • Published 3 months ago

symphony-ui v1.0.14

Weekly downloads
-
License
MIT
Repository
github
Last release
3 months 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.14

3 months ago

1.0.13

3 months ago

1.0.11

3 months ago

1.0.12

3 months ago

1.0.9

4 months ago

1.0.8

4 months ago

1.0.10

4 months ago

1.0.7

4 months ago

1.0.6

4 months ago

1.0.5

4 months ago

1.0.2

4 months ago

1.0.4

4 months ago

1.0.3

4 months ago

1.0.1

4 months ago

1.0.0

4 months ago