0.0.12 • Published 19 days ago

@squidit/react-css v0.0.12

Weekly downloads
-
License
MIT
Repository
github
Last release
19 days ago

Table of contents

Installation

  1. To use this library in your React project, you can install it via npm or yarn:
npm install @squidit/css @squidit/react-css
# or
yarn add @squidit/css @squidit/react-css
  1. Configure css in your project according to the @squidit/css documentation described in the project's README

How to Use

After installation, you can import and use the components as needed in your React components:

import React from 'react';
import { SqButton } from '@squidit/react-css';

const MyComponent = () => {
  return (
    <div>
      <SqButton>Click Here</SqButton>
    </div>
  );
};

export default MyComponent;

Customization

This library allows high flexibility and customization of the components. You can modify the default styles of the components using specific props or by overriding the styles via CSS.

License

This project is licensed under the MIT License.