@spanishforkids/sfk-ui
v0.2.29
Published
A collection of reusable UI components for Spanish for Kids applications.
Downloads
975
Readme
@spanishforkids/sfk-ui
A collection of reusable UI components for Spanish for Kids applications.
Table of Contents
Installation
You can install the package via npm or yarn.
npm
npm install @spanishforkids/sfk-ui
yarn
yarn add @spanishforkids/sfk-ui
Usage
Here's a basic example of how to use a component from the @spanishforkids/sfk-ui
package:
import React from 'react';
import { Button } from '@spanishforkids/sfk-ui';
const App = () => (
<div>
<Button label="Click me" onClick={() => alert('Button clicked!')} />
</div>
);
export default App;
License
This project is licensed under a proprietary license. Unauthorized copying, modification, or distribution of the code and any associated documentation is strictly prohibited.