mk-design
v4.7.2
Published
## Description
Readme
mk-design
Description
mk-design is a design library aimed at providing reusable and customizable components to enhance the development
process. It serves as a toolkit for building modern, robust, and visually appealing user interfaces.
Features
- Reusable Components: Easily reusable UI components to speed up development.
- Customizable: Fully customizable to fit various design needs.
- Responsive Design: Optimized for different device sizes and resolutions.
- Storybook Support: Integration with Storybook for visual testing and documentation.
Installation
Install the package using npm:
yarn add mk-designUsage
import { Button } from 'mk-design';
function App() {
return <Button label="Click Me" />;
}
export default App;Development
To contribute or run the library locally:
- Clone the repository:
git clone https://github.com/your-repo/mk-design.git - Install dependencies:
yarn install - Start the development server:
yarn start
Storybook
Run Storybook to view and test components:
yarn storybookScripts
yarn start: Runs the development environment.yarn build: Builds the library for production.yarn test: Runs the test suite.yarn run storybook: Starts the Storybook environment.
License
This project is licensed under the MIT License.
