Giter VIP home page Giter VIP logo

tsed-formio's Introduction

Ts.ED logo

Ts.ED Formio

Build & Release semantic-release code style: prettier backers

Website   •   Tutorial   •   Slack   •   Twitter

Dedicated repository for Formio front-end related packages.

Features

  • Provide an alternative of react-formio (@tsed/react-formio) wrapper with some improvement.
  • Provide a better TypeScript support,
  • Provide a @tsed/tailwind-formio package to support tailwind CSS framework with formio.
  • Provide a lightweight redux utils packages.
  • Provide a storybook

Documentation

Documentation is available on https://formio.tsed.io.

Projects examples

Packages

Contributors

Please read contributing guidelines here.

Backers

Thank you to all our backers! 🙏 [Become a backer]

Sponsors

Support this project by becoming a sponsor. Your logo will show up here with a link to your website. [Become a sponsor]

License

The MIT License (MIT)

Copyright (c) 2016 - 2020 Romain Lenzotti

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

tsed-formio's People

Contributors

dependabot[bot] avatar mitchnsun avatar romakita avatar semantic-release-bot avatar tristargod avatar yanzolo avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

tsed-formio's Issues

[QUESTION] Access to the formController

Hi,

I saw that there was a question asked here 4 days ago so thats why i thought maybe i could ask for help as well. I would like to fire validation on a form from an button outside the form itself. When looking at the formio documentation i thought i could use the formController to do this.

image

But i cant seem to find a way to retrieve the form controller when rendering my form in this way:
<form form={formContent} />

[QUESTION] Simplified tailwind config

Hello

Thank you for creating this library! I'm looking to integrate this with my application however I've noticed that there is quite a lot of customisations in the tailwind config which is causing my app to look different. Is there a bare-bone configuration that only applies to Formio?

Any help would be appreciated.

Thank you.

[QUESTION] Can you provide the tailwind.config.js you used for this?

I'm having issues regarding particular classnames not existing, for example "border-1" is not a default tailwind classname, I've added it but I'm still getting issues about not having the text colours for primary/secondary even though I've added them.

Just want to make sure I'm doing everything right.

This is not working on react typescript project

Drag and drop control , popup is open but after updating the property the popup is not closed.

<FormBuilder
display="form"
onSaveComponent={(schema: any) => console.log(schema)}
onUpdateComponent={(schema: any) => setSchema((prev) => schema)}
onChange={(schema: any) => setSchema(schema)}
components={[]}
/>

image

[QUESTION] UI broken

image
image

My screen after running project

please let me know why i got this issue?

nodejs: v18.18.2
npm: 9.8.1
yarn: 1.22.19
typescript: 5.2.2

[BUG] Title

While using storybook of tsed-formio library, in layout component Rich text editor is not working properly
The bulleted list and numbered list are not showing bullets and number index respectively
I am not able to find code for this in library, Can anyone please tell me how can override the CSS of the library to make it work or how can I change the CSS manually inside lib in order to display bullets and numbers in the list?

Screenshot 2023-08-17 224114
Screenshot 2023-08-17 224209

[https://www.loom.com/share/adffd78706a4447ca68056a0fc4f2fc3?sid=017f2082-da78-4d67-8fb8-b2a3d0a9303e](url)

Tailwind 3.x support

Informations

Is your feature request related to a problem? Please describe.
I tried getting this setup following the instructions and hit an error related to this:
tailwindlabs/tailwindcss#4666

which now has tailwindcss throw when trying to @apply the group class. There appears to be additional incompatibilities as well. Using TailwindCSS 2.x seems to work fine.

Describe the solution you'd like
Support TailwindCSS 3.x

Icons are not displaying in Ionic Angular application

I have installed using these commands in ionic angular application

npm install @tsed/tailwind-formio --save
npm install --save-dev postcss-nested@4

and imported these css class in global.scss

@import "~tailwind.css";
@import "~@tsed/tailwind-formio/styles/index.css";

In component using like this

import tailwind from "@tsed/tailwind-formio";
Formio.use(tailwind);
Templates.framework = "tailwind";

form is loading but icons are not displaying
Screen Shot 2023-11-29 at 3 52 10 PM

Can anyone help me on this?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.