Code Monkey home page Code Monkey logo

Comments (5)

fkhadra avatar fkhadra commented on May 18, 2024

@mtompkins there is no style option for the toast. The easiest way to set your style would be to override the default toast class.
Do you think that adding a style option can be useful?

from react-toastify.

mtompkins avatar mtompkins commented on May 18, 2024

I think it is likely a necessary feature because without the ability to adjust the content within the toast appearance can suffer. For example, when an icon is significantly bigger than the provided text, alignment can look off. Or in my case, ... Below is a screenshot.

The top toast looks awesome, icon size and text alignment. (margin above and below icon & text is equal)
The bottom toast looks poor, and I wanted to match the size of the upper (min-height was my approach) then center the text likely with a @mixin or some other CSS manner. (margins different and text not vertically centered)
That lower toast icon is animated which gives great effect - but it also makes you notice the alignment.

screenshot from 2017-05-28 16-57-58

I guess I don't quite understand the reference here https://github.com/fkhadra/react-toastify#toastcontainer-type--react-component as per style option

from react-toastify.

fkhadra avatar fkhadra commented on May 18, 2024

So the reference you mentioned it's only for the ToastContainer component not for the toast. Just to give you an idea imagine I do that: <ToastContainer autoClose={false} style={{border: '1px solid red'}} />
Here is what it looks like
toast-container-style

In your case, you want to adjust the content. When you render a toast you can get the desired effect by styling the toast:

toast(<div style or className here>more tag</div>)

Do I miss something ?

from react-toastify.

mtompkins avatar mtompkins commented on May 18, 2024

Nope - great explanation and makes sense. Thanks so much - the more I use this little thing the move I love it...especially that dismiss by assignment you pushed!

from react-toastify.

fkhadra avatar fkhadra commented on May 18, 2024

Thank you 😁 I close this issue then

from react-toastify.

Related Issues (20)

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.