lyrixi-mobile
v0.1.1
Published
React 19 mobile UI library. Components + utils. See ai/README.md for AI-friendly usage.
Maintainers
Readme
For AI assistants (Cursor, Copilot, etc.): After
npm install, runnpx lyrixi-mobile-aito sync the.aidirectory (docs, rules, skills) into your project root and create.cursor//.claude/symlinks. Library skills and rules overwrite same-name entries; your custom skills/rules are kept. Re-run after upgrading the package to refresh docs. Full API: lyrixi.github.io/lyrixi-mobile.
📦 CSS
Less
@import 'lyrixi-mobile/assets/index.less';CSS import
@import 'lyrixi-mobile/assets/index.css';📦 Install
NPM
npm install lyrixi-mobile🔨 Usage
import { Button } from 'lyrixi-mobile'
export default () => (
<>
<Button className="primary">PRESS ME</Button>
</>
)