0.0.18 • Published 2 months ago

@summitk12/sfk-ui v0.0.18

Weekly downloads
-
License
-
Repository
-
Last release
2 months ago

@summitk12/sfk-ui

npm version License

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

2 months ago

0.0.11

2 months ago

0.0.12

2 months ago

0.0.13

2 months ago

0.0.14

2 months ago

0.0.15

2 months ago

0.0.9

3 months ago

0.0.16

2 months ago

0.0.8

3 months ago

0.0.17

2 months ago

0.0.18

2 months ago

0.0.5

3 months ago

0.0.4

4 months ago

0.0.7

3 months ago

0.0.6

3 months ago

0.0.3

4 months ago

0.0.2

5 months ago

0.0.1

5 months ago

0.3.18

5 months ago