awesome-sticker

1.1.5 • Public • Published

Awesome Sticker

✨ 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
Edge
Edge
Firefox
Firefox
Chrome
Chrome
Safari
Safari
Electron
Electron
Edge last 2 versions last 2 versions last 2 versions last 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.

Package Sidebar

Install

npm i awesome-sticker

Weekly Downloads

1

Version

1.1.5

License

MIT

Unpacked Size

3.14 MB

Total Files

79

Last publish

Collaborators

  • anhpt-devweb