1.1.5 • Published 6 months ago

awesome-sticker v1.1.5

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

✨ Features

  • 🌈 Enterprise-class UI designed for web applications.
  • 📦 A set of high-quality React components out of the box.
  • 🛡 Written in TypeScript with predictable static types.
  • ⚙️ Whole package of design resources and development tools.
  • 🌍 Internationalization support for dozens of languages.
  • 🎨 Powerful theme customization based on CSS-in-JS.

🖥 Environment Support

  • Modern browsers
  • Server-side Rendering
  • Electron
EdgeFirefoxChromeSafariElectron
Edgelast 2 versionslast 2 versionslast 2 versionslast 2 versions

📦 Install

npm install awesome-sticker
yarn add awesome-sticker
pnpm add awesome-sticker

🔨 Usage

import React from 'react';
import { AwesomeSticker, AwsSticker } from 'awesome-sticker';

const App = () => (
  const [stickerId, setstickerId] = React.useState();

  const onSelectSticker = (stickerId) => {
    setstickerId(stickerId);
  };

  return (
    <>
      <AwesomeSticker onSelect={onSelectSticker} />
      <AwsSticker stickerId={stickerId} />
    </>
  );
);

⌨️ Development

Or clone locally:

$ git clone git@github.com:anhpt-bss/awesome-sticker.git
$ cd awesome-sticker
$ npm install
$ npm start

Open your browser and visit http://localhost:3000.

1.1.5

6 months ago

1.1.4

6 months ago

1.1.3

6 months ago

1.1.2

6 months ago

1.1.1

6 months ago

1.1.0

6 months ago

1.0.12

6 months ago

1.0.11

6 months ago

1.0.10

6 months ago

1.0.9

6 months ago

1.0.8

6 months ago

1.0.7

6 months ago

1.0.6

6 months ago

1.0.5

6 months ago

1.0.4

6 months ago

1.0.3

8 months ago

1.0.2

8 months ago

1.0.1

8 months ago

1.0.0

8 months ago