Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

rtm-ui

jeffsee553ISC0.0.1

UI Components for RevTech Media

readme

Example

$ npm install rtm-ui
const { sensitiveWords } = require("rtm-ui");

const filtered = sensitiveWords("The New Macbook", ["new"]);

console.log(filtered);
// The *** Macbook