1.2.2 • Published 1 month ago
@team_yumi/ramen v1.2.2
🚀 Instalación
Si necesitas utilizar Ramen UX en tu proyecto, puedes instalarlo utilizando NPM.
Para utilizarlo en un proyecto mobile:
npm install @team_yumi/ramen
Para utilizarlo en un proyecto web:
npm install @team_yumi/ramen-web
📚 Como usar
Para utilizar Ramen UX en tu proyecto, solo necesitas importar el archivo CSS en tu proyecto.
Si es mobile:
import '@team_yumi/ramen/index.css';
Si es web:
import '@team_yumi/ramen-web/index.css';
Luego puedes utilizar los componentes de Ramen UX en tu proyecto.
/* Si es Mobile, import: */
import { XButton } from '@team_yumi/ramen';
/* Si es Web, import: */
import { XButton } from '@team_yumi/ramen-web';
function App() {
return (
<XButton
onClick={() => console.log('Hello World')}
text="Cencosud X"
/>
);
}
1.2.2
1 year ago
1.2.1
1 year ago
0.6.0
1 year ago
1.0.2
1 year ago
0.4.0
1 year ago
1.0.1
1 year ago
1.0.0
1 year ago
0.5.0-beta-test
1 year ago
0.2.0
2 years ago
0.1.0
2 years ago
0.0.4
2 years ago
0.0.3-next.1691622154314
2 years ago
0.0.3-next.1691621019930
2 years ago
0.0.3-next.1691530176658
2 years ago
0.0.3-next.1691526587013
2 years ago
0.0.3-next.1691419670151
2 years ago
0.0.3-next.1691418214707
2 years ago
0.0.3-next.1690487908153
2 years ago
0.0.3-next.1690478995127
2 years ago
0.0.3-next.1690475556645
2 years ago
0.0.3-next.1690294642589
2 years ago
0.0.3-next.1689692904331
2 years ago
0.0.3-next.1689692719548
2 years ago
0.0.3-next.1688753932673
2 years ago
0.0.2-next.1688753416777
2 years ago
0.0.2
2 years ago
0.0.2-next.1688753002902
2 years ago
0.0.1-next.1688752756177
2 years ago
0.0.1-next.1688752663341
2 years ago
0.0.1
2 years ago