0.0.18 • Published 2 months ago
@summitk12/sfk-ui v0.0.18
@summitk12/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 @summitk12/sfk-ui
yarn
yarn add @summitk12/sfk-ui
Usage
Here's a basic example of how to use a component from the @summitk12/sfk-ui
package:
import React from 'react'
import { Button } from '@summitk12/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.
0.0.10
3 months ago
0.0.11
3 months ago
0.0.12
3 months ago
0.0.13
3 months ago
0.0.14
3 months ago
0.0.15
3 months ago
0.0.9
3 months ago
0.0.16
3 months ago
0.0.8
3 months ago
0.0.17
3 months ago
0.0.18
2 months ago
0.0.5
4 months ago
0.0.4
4 months ago
0.0.7
4 months ago
0.0.6
4 months ago
0.0.3
5 months ago
0.0.2
5 months ago
0.0.1
5 months ago
0.3.18
5 months ago