1.1.5 • Published 2 years ago

awesome-sticker v1.1.5

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years 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

2 years ago

1.1.4

2 years ago

1.1.3

2 years ago

1.1.2

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.12

2 years ago

1.0.11

2 years ago

1.0.10

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago