0.0.18 • Published 1 year ago

@summitk12/sfk-ui v0.0.18

Weekly downloads
-
License
-
Repository
-
Last release
1 year 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

1 year ago

0.0.11

1 year ago

0.0.12

1 year ago

0.0.13

1 year ago

0.0.14

1 year ago

0.0.15

1 year ago

0.0.9

1 year ago

0.0.16

1 year ago

0.0.8

1 year ago

0.0.17

1 year ago

0.0.18

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago

0.3.18

1 year ago